From 664f5a184118d9651a146731ba5ebe6c65b1ee94 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Thu, 31 Aug 2017 14:42:32 -0700 Subject: [PATCH] [doc/book] Add book.toml --- src/doc/book/book.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/doc/book/book.toml diff --git a/src/doc/book/book.toml b/src/doc/book/book.toml new file mode 100644 index 000000000..1b84b2978 --- /dev/null +++ b/src/doc/book/book.toml @@ -0,0 +1,2 @@ +title = "The Cargo Manual" +author = "Alex Crichton, Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" -- 2.30.2